Resubmit Transaction
Overview
The ResubmitTransaction operation is used to resubmit a previously-submitted transaction using TransactionIdentifider and AccountId.
| Operation | OperationName |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/ResubmitTransaction |
| Input | IEDocService_ResubmitTransaction_InputMessage (soap:body, use = literal) parameters type ResubmitTransaction |
| Output | IEDocService_ResubmitTransaction_OutputMessage (soap:body, use = literal) parameters type ResubmitTransaction |
Request Message
The operation input is ResubmitTransaction. The request requires a ResubmitTransaction object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | ResubmitTransction | Required | An object serving as the root element for the request. |
Request and Response Samples
For sample code, see: ResubmitTransaction.